home *** CD-ROM | disk | FTP | other *** search
/ Reverse Code Engineering RCE CD +sandman 2000 / ReverseCodeEngineeringRceCdsandman2000.iso / RCE / Library / Manuels & Misc / Assembly / AOA.ZIP / CH02 / OPTIMIZE / OPTIMIZE.DFM / OPTIMIZE.txt
Encoding:
Text File  |  1995-12-21  |  5.5 KB  |  333 lines

  1. object EqnOptimize: TEqnOptimize
  2.   Left = 192
  3.   Top = 98
  4.   BorderStyle = bsDialog
  5.   Caption = 'Boolean Expression Optimization'
  6.   ClientHeight = 351
  7.   ClientWidth = 427
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   OnCreate = FormCreate
  14.   TextHeight = 16
  15.   object LogEqnLbl: TLabel
  16.     Left = 8
  17.     Top = 0
  18.     Width = 100
  19.     Height = 16
  20.     Caption = 'Logic Equation:'
  21.   end
  22.   object dc00: TLabel
  23.     Left = 24
  24.     Top = 88
  25.     Width = 27
  26.     Height = 16
  27.     Caption = 'D'#39'C'#39
  28.   end
  29.   object dc01: TLabel
  30.     Left = 24
  31.     Top = 120
  32.     Width = 23
  33.     Height = 16
  34.     Caption = 'D'#39'C'
  35.   end
  36.   object dc11: TLabel
  37.     Left = 24
  38.     Top = 152
  39.     Width = 19
  40.     Height = 16
  41.     Caption = 'DC'
  42.   end
  43.   object dc10: TLabel
  44.     Left = 24
  45.     Top = 184
  46.     Width = 23
  47.     Height = 16
  48.     Caption = 'DC'#39
  49.   end
  50.   object ba00: TLabel
  51.     Left = 56
  52.     Top = 64
  53.     Width = 26
  54.     Height = 16
  55.     Caption = 'B'#39'A'#39
  56.   end
  57.   object ba01: TLabel
  58.     Left = 88
  59.     Top = 64
  60.     Width = 22
  61.     Height = 16
  62.     Caption = 'B'#39'A'
  63.   end
  64.   object ba11: TLabel
  65.     Left = 120
  66.     Top = 64
  67.     Width = 18
  68.     Height = 16
  69.     Caption = 'BA'
  70.   end
  71.   object ba10: TLabel
  72.     Left = 152
  73.     Top = 64
  74.     Width = 22
  75.     Height = 16
  76.     Caption = 'BA'#39
  77.   end
  78.   object PrintBtn: TButton
  79.     Tag = 2
  80.     Left = 336
  81.     Top = 56
  82.     Width = 89
  83.     Height = 33
  84.     Caption = 'Print'
  85.     TabOrder = 2
  86.     OnClick = PrintBtnClick
  87.   end
  88.   object AboutBtn: TButton
  89.     Tag = 3
  90.     Left = 336
  91.     Top = 96
  92.     Width = 89
  93.     Height = 33
  94.     Caption = 'About'
  95.     TabOrder = 3
  96.     OnClick = AboutBtnClick
  97.   end
  98.   object ExitBtn: TButton
  99.     Tag = 4
  100.     Left = 336
  101.     Top = 136
  102.     Width = 89
  103.     Height = 33
  104.     Caption = 'Exit'
  105.     TabOrder = 4
  106.     OnClick = ExitBtnClick
  107.   end
  108.   object LogEqn: TEdit
  109.     Left = 8
  110.     Top = 24
  111.     Width = 417
  112.     Height = 24
  113.     TabOrder = 0
  114.     Text = '0'
  115.     OnChange = LogEqnChange
  116.   end
  117.   object OptimizeBtn: TButton
  118.     Tag = 1
  119.     Left = 208
  120.     Top = 56
  121.     Width = 89
  122.     Height = 33
  123.     Caption = 'Optimize'
  124.     Default = True
  125.     TabOrder = 1
  126.     OnClick = OptimizeBtnClick
  127.   end
  128.   object CanonicalPanel: TGroupBox
  129.     Left = 0
  130.     Top = 224
  131.     Width = 425
  132.     Height = 57
  133.     Caption = 'Canonical Equation'
  134.     TabOrder = 5
  135.     object Eqn1: TLabel
  136.       Left = 8
  137.       Top = 16
  138.       Width = 409
  139.       Height = 14
  140.       Caption = 'F=0'
  141.       Font.Color = clBlack
  142.       Font.Height = -11
  143.       Font.Name = 'Arial'
  144.       Font.Style = []
  145.       ParentFont = False
  146.     end
  147.     object Eqn2: TLabel
  148.       Left = 8
  149.       Top = 32
  150.       Width = 409
  151.       Height = 14
  152.       Font.Color = clBlack
  153.       Font.Height = -11
  154.       Font.Name = 'Arial'
  155.       Font.Style = []
  156.       ParentFont = False
  157.     end
  158.   end
  159.   object OptimizedPanel: TGroupBox
  160.     Left = 0
  161.     Top = 288
  162.     Width = 425
  163.     Height = 57
  164.     Caption = 'Optimized Equation'
  165.     TabOrder = 6
  166.     object Eqn3: TLabel
  167.       Left = 8
  168.       Top = 16
  169.       Width = 409
  170.       Height = 14
  171.       Caption = 'F=0'
  172.       Font.Color = clBlack
  173.       Font.Height = -11
  174.       Font.Name = 'Arial'
  175.       Font.Style = []
  176.       ParentFont = False
  177.     end
  178.     object Eqn4: TLabel
  179.       Left = 8
  180.       Top = 32
  181.       Width = 409
  182.       Height = 14
  183.       Font.Color = clBlack
  184.       Font.Height = -11
  185.       Font.Name = 'Arial'
  186.       Font.Style = []
  187.       ParentFont = False
  188.     end
  189.   end
  190.   object tt00: TPanel
  191.     Left = 56
  192.     Top = 88
  193.     Width = 25
  194.     Height = 25
  195.     Caption = '0'
  196.     TabOrder = 7
  197.   end
  198.   object tt01: TPanel
  199.     Left = 88
  200.     Top = 88
  201.     Width = 25
  202.     Height = 25
  203.     Caption = '0'
  204.     TabOrder = 8
  205.   end
  206.   object tt02: TPanel
  207.     Left = 120
  208.     Top = 88
  209.     Width = 25
  210.     Height = 25
  211.     Caption = '0'
  212.     TabOrder = 9
  213.   end
  214.   object tt03: TPanel
  215.     Left = 152
  216.     Top = 88
  217.     Width = 25
  218.     Height = 25
  219.     Caption = '0'
  220.     TabOrder = 10
  221.   end
  222.   object tt10: TPanel
  223.     Left = 56
  224.     Top = 120
  225.     Width = 25
  226.     Height = 25
  227.     Caption = '0'
  228.     TabOrder = 11
  229.   end
  230.   object tt11: TPanel
  231.     Left = 88
  232.     Top = 120
  233.     Width = 25
  234.     Height = 25
  235.     Caption = '0'
  236.     TabOrder = 12
  237.   end
  238.   object tt12: TPanel
  239.     Left = 120
  240.     Top = 120
  241.     Width = 25
  242.     Height = 25
  243.     Caption = '0'
  244.     TabOrder = 13
  245.   end
  246.   object tt13: TPanel
  247.     Left = 152
  248.     Top = 120
  249.     Width = 25
  250.     Height = 25
  251.     Caption = '0'
  252.     TabOrder = 14
  253.   end
  254.   object tt20: TPanel
  255.     Left = 56
  256.     Top = 152
  257.     Width = 25
  258.     Height = 25
  259.     Caption = '0'
  260.     TabOrder = 15
  261.   end
  262.   object tt21: TPanel
  263.     Left = 88
  264.     Top = 152
  265.     Width = 25
  266.     Height = 25
  267.     Caption = '0'
  268.     TabOrder = 16
  269.   end
  270.   object tt22: TPanel
  271.     Left = 120
  272.     Top = 152
  273.     Width = 25
  274.     Height = 25
  275.     Caption = '0'
  276.     TabOrder = 17
  277.   end
  278.   object tt23: TPanel
  279.     Left = 152
  280.     Top = 152
  281.     Width = 25
  282.     Height = 25
  283.     Caption = '0'
  284.     TabOrder = 18
  285.   end
  286.   object tt30: TPanel
  287.     Left = 56
  288.     Top = 184
  289.     Width = 25
  290.     Height = 25
  291.     Caption = '0'
  292.     TabOrder = 19
  293.   end
  294.   object tt31: TPanel
  295.     Left = 88
  296.     Top = 184
  297.     Width = 25
  298.     Height = 25
  299.     Caption = '0'
  300.     TabOrder = 20
  301.   end
  302.   object tt32: TPanel
  303.     Left = 120
  304.     Top = 184
  305.     Width = 25
  306.     Height = 25
  307.     Caption = '0'
  308.     TabOrder = 21
  309.   end
  310.   object tt33: TPanel
  311.     Left = 152
  312.     Top = 184
  313.     Width = 25
  314.     Height = 25
  315.     Caption = '0'
  316.     TabOrder = 22
  317.   end
  318.   object StepBtn: TButton
  319.     Left = 208
  320.     Top = 96
  321.     Width = 89
  322.     Height = 33
  323.     Caption = 'Step'
  324.     Enabled = False
  325.     TabOrder = 23
  326.     OnClick = StepBtnClick
  327.   end
  328.   object PrintDialog: TPrintDialog
  329.     Left = 304
  330.     Top = 56
  331.   end
  332. end
  333.